Crate sgf_parse

source ·
Expand description

Data structures and utilities for parsing SGF FF[4] files.

For reading SGFs your starting point will likely be go::parse. For parsing non-go games check out the parse function.

For writing SGFs check out SgfNode::serialize for writing single game trees or serialize for writing whole collections.

Modules

  • Types specific to the game of Go.
  • Generic types for SGFs without a known game.

Structs

Enums

Traits

Functions